This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Holly Asatoopulikle 13.Jan.04 06:58 AM a Web browser Domino Designer 6.0.3 Windows 2000
I have a field called ctxtSave and value is set to "0".
And in the querysave, the code is :
Sub Querysave(Source As Notesuidocument, Continue As Variant)
If source.document.ctxtSave = "0" Then
Msgbox "Please use the Save Button"
continue = False
Exit Sub
End If
End Sub
The error message "Type Mismatch" always comes out. What is happening?